Skip to content

Release 1.0.1

Compare
Choose a tag to compare
@batamar batamar released this 20 Dec 09:04
· 7036 commits to master since this release

1.0.1 (2022-12-20)

Bug Fixes

  • automations: customFieldsData empty value check in isDiffValue (f47a817)
  • command: remove plugin-empty-template #3668 (e247809)
  • contacts: fixed email, phone verification action (1d0c7f0)
  • engages: removed invalid visitor segmentType (e21a411)
  • engages: removed invalid visitor segmentType (f986cdb)
  • inbox: Fix convert to form reloading when conversation updated (8ecfece)
  • marketplace: some styling on plugin detail (6907000)
  • navigation: fix some height (94fe633)
  • plugins: remove unused imports and fix ts error (#3744) (00034e6)
  • workers: fixed large amount of data importing error (#3786) (456bc7b)

enhancement

  • cli: improve create plugin cli and add create integration cli (58165a5)

Features

  • automations: refactor and make triggers and actions dynamic. (#3721) (fdae34e)
  • cards: added ability to create new child card on cards (#3905) (505256e)
  • cli: added docker-compose feature in installation (589ff93)
  • documents: added documents feature (1091ae9)
  • forms: added ability to add extra fields in custom properties (b361ece)
  • inbox: added ability to integrate new integration to inbox easyly (7f19de3), closes #3672
  • marketplace: delete constant data in plugin detail (346dccd)
  • marketplace: fix breadcrumb and some spacing (abdd6ef)
  • marketplace: fix searchbar (#3740) (c5889e7)
  • marketplace: fix some image (b43176a)
  • marketplace: init (#3703) (269aec1)
  • marketplace: remove addons (392b237)
  • marketplace: some fix in plugin detail (40d651b)
  • marketplace: update some styling in plugin detail (321a584)
  • martketplace: fix maintype (8c8d431)
  • store: fix service duplications (#3729) (68cb4fc)
  • theme: added alibity to change logo, color, background, description of login page (c284f6e)

Performance Improvements

  • forms: add dateTime to add properties validation (#3727) (33c71c3)
  • message-broker: waiting rpc message for 10sec by default (01715ff)
  • product/service: Update product edit form (829fe3d)
  • webbuilder: Update webbuilder UI(#3925) (e848cff)
  • widget: Add some improvement in datetime input (ddddd6f)

BREAKING CHANGES

  • cli: The hot reloader dependency added in plugin-ui's webpack config. Need to enter a command yarn install-deps on every plugin-ui that you are working on to install that dependency.

0.3.39 (2022-10-01)

Bug Fixes

  • automations: cards chooser bug (#3620) (205ac91)
  • automations: fixed set-property action with customFieldsData and trackedData (40f9e1e), closes #3611
  • forms: form description cannot editable (b76cb1a)
  • inbox: change input type of name in convertTo form (#3572) (2bb7808)
  • inbox: segments integrationId filter (2e85502)
  • inbox: Some fix in mail chooser (18960d8)
  • navigation: update more menu (6f5e336)

Features

Performance Improvements

  • rabbitmq: implemented connection retry logic (1185a1b)